# UPSalert - Used to Monitor APC UPS Battery Unit vi SNMP, and bring systems offline/online based on power status
# By Chris Blake
# http://servernetworktech.com

This is the same install as the UPSalert script listed on my blog, with the exception that we have another script, NoteShutdown.sh

The NodeShutdown.sh script needs to be located on every Proxmox node in the same location, and executable (chmod +x). The best way to do 
this is to have it stored on a Storage server share that all nodes can access. Personlly, I have it accessable from my Proxmox NFS share.

After NodeShutdown.sh is in a common location between nodes, open up UPSalert.sh and set NSSL to the location and file (example below)
NSSL='/mnt/pve/NFS-Share0/scripts/NodeShutdown.sh'

Now just finishing configuring UPSalert.sh to your needs, and you should be good to go! If you have any questions or comments, feel free
to contact me.